All Questions
Tagged with algorithmcomparison
3 questions
0votes
1answer
310views
What is the difference between Machine Learning model, algorithm and hypothesis?
I'm fairly new to Machine Learning field and still to grasp the basics, so this question may seem very stupid, but what is the difference between Machine Learning model, algorithm and hypothesis? Like ...
14votes
3answers
69kviews
What are the differences between A* and greedy best-first search?
What are the differences between the A* algorithm and the greedy best-first search algorithm? Which one should I use? Which algorithm is the better one, and why?
6votes
1answer
11kviews
What is the difference between local search and global search algorithms?
What is the difference between local search and global (or complete) search algorithms?